home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_gen / cfilesys.zip / README.TXT < prev    next >
Text File  |  1994-06-19  |  2KB  |  71 lines

  1.  
  2. README.TXT Version 1.1 6/19/94
  3.  
  4. See "What's New" at the end of this file for new features.
  5.  
  6. CFileSystem is a class designed to allow easy and portable access
  7. to common file system functions.  It was designed to be used with
  8. the Microsoft Visual C++ (MSVC) compiler, and it uses some MFC
  9. classes.
  10.  
  11. This release was designed for use with and tested against Visual C++
  12. Version 1.0.  It should work fine with Version 1.5 of MSVC.  If there
  13. is interest (and people register the product) I will come out with a
  14. Windows NT version of the class.
  15.  
  16. NOTE: This code is ShareWare.  If you use the code for more than 14
  17. days, or you use the code in a product, you must register with the
  18. author.  See ORDER.TXT for information on registering the code.
  19. Multi-copy discounts and site licenses are available!
  20.  
  21.  
  22. Registered users will receive complete documentation in Windows Help
  23. File Format, technical support, and the latest code.
  24.  
  25.  
  26. Installation (from .ZIP file) :
  27.  
  28.   1) Unzip FILESYS.ZIP (using stored paths).
  29.      The .ZIP file contains a relative path to create a directory
  30.      called "filesys".
  31.   2) Run FS_DEMO.EXE.
  32.  
  33.      Note: If a "System Error" dialog appears while running FS_DEMO,
  34.            press "Cancel".  This dialog appears when trying to
  35.            determine the filesystem type of a removable drive with
  36.            no media installed (ie. a floppy drive with no floppy).
  37.  
  38.   3) That's about it!
  39.   4) Look at FILESYS.H and FILESYS.CPP for information about the class.
  40.   5) Register the code!!!
  41.  
  42. Installation (from disk) :
  43.  
  44.   1) Make a directory (I suggest "filesys") on your hard drive.
  45.     2) Copy all the files from the floppy into the new directory.
  46.   3) Run FS_DEMO.EXE.
  47.   4) That's about it!
  48.   5) Look at FILESYS.H and FILESYS.CPP for information about the class.
  49.   6) Register the code!!!
  50.  
  51.  
  52. What's New:
  53.  
  54.   Version 1.1:
  55.  
  56.     1) CopyFiles() member function.
  57.     2) Better documentation of member functions.
  58.     3) More extensive demo (fs_demo.cpp) program.
  59.     4) Ability to read volume label for filesystem.
  60.     5) Ability to get the size (in bytes) of a directory.
  61.  
  62.   Version 1.01:
  63.  
  64.     1) New lower price.
  65.     2) CompareFiles() member function.
  66.  
  67.     Not released to public.
  68.  
  69.   Version 1.0:
  70.  
  71.     Initial Release.